home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
str2code.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
458b
|
67 lines
str2code(1) Scilab Function str2code(1)
NAME
str2code - return scilab integer codes associated with a character string
CALLING SEQUENCE
c=str2code(str)
PARAMETERS
str : a character string
c : vector of character integer codes
DESCRIPTION
Return c such that c(i) is the scilab integer code of part(str,i))
EXAMPLE
str2code('Scilab')
SEE ALSO
code2str